Unrealize the ATContext in StackPage on dispose
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 12 Nov 2020 14:49:16 +0000 (14:49 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 12 Nov 2020 21:46:05 +0000 (21:46 +0000)
commita59889a2746b1e6ff8cdeac585dcd91c9308fb18
treed362447abb5896d4a21ad5783e50289177802b79
parentbfb054a02360c2b9d2acdd01a27701329933e8e3
Unrealize the ATContext in StackPage on dispose

Otherwise we're going to try to unrealize it during the GtkStack
destruction, which will emit warnings.
gtk/gtkstack.c